golang.org/x/net/http2.ClientConn.hbuf (field)
6 uses
golang.org/x/net/http2 (current package)
transport.go#L345: hbuf bytes.Buffer // HPACK encoder writes into this
transport.go#L780: cc.henc = hpack.NewEncoder(&cc.hbuf)
transport.go#L1834: cc.hbuf.Reset()
transport.go#L1999: return cc.hbuf.Bytes(), nil
transport.go#L2026: cc.hbuf.Reset()
transport.go#L2052: return cc.hbuf.Bytes(), nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)